home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / INTERNET / HTML-UTILS / WEBGIF / !WebGIF / Desc < prev    next >
Text File  |  1995-06-25  |  1KB  |  48 lines

  1. # This is a description of the wimp interface for WebGIF
  2.  
  3. tool_details_start
  4.    name            "WebGIF";
  5.    command_is      "<WebGIF$Dir>.webgif";
  6.    version         "1.00 (June 26 1995)";
  7.    wimpslot        128k;
  8.    has_extended_cmdline;
  9. tool_details_end
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save   leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16. metaoptions_end
  17.  
  18. fileoutput_start
  19.    output_dft_is   produces_output;
  20. fileoutput_end
  21.  
  22. dbox_start
  23.    icons_start
  24.       icn  3 maps_to string not_saved;
  25.       icn  6 maps_to "-i";
  26.       icn  7 maps_to "-t " followed_by icn 9;
  27.       icn  9 maps_to number not_saved;
  28.       icn 10 maps_to "-d";
  29.       icn 11 maps_to "-l";
  30.    icons_end
  31.  
  32.    defaults
  33.    icn  3 "",
  34.    icn  6 off,
  35.    icn  7 off,
  36.    icn  9 255,
  37.    icn 10 on,
  38.    icn 11 off;
  39.  
  40.    imports_start
  41.       drag_to icn 3    inserts icn 3;
  42.       drag_to any      inserts icn 3;
  43.       drag_to iconbar  inserts icn 3;
  44.    imports_end
  45. dbox_end
  46.  
  47. order_is  icn 6, icn 7, icn 10, icn 11, icn 3, output;
  48.